From fb3877113c92e2f8b661c3842ce7a29fd92dfda7 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Mon, 25 Aug 2003 03:48:22 +0000 Subject: [PATCH] (Man-default-man-entry): Don't whizz past the section number before looking for it. --- lisp/man.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/man.el b/lisp/man.el index a3085e41501..1de5fe83844 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -574,7 +574,6 @@ This guess is based on the text surrounding the cursor." (setq word (substring word 0 (match-beginning 0)))) ;; If looking at something like ioctl(2) or brc(1M), include the ;; section number in the returned value. Remove text properties. - (forward-word 1) (concat word (if (looking-at (concat "[ \t]*([ \t]*\\(" Man-section-regexp "\\)[ \t]*)")) -- 2.30.2